home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / araclar / instant / IDA.EXE / 0 / RCDATA / TSEARCHFORM / TSEARCHFORM.txt < prev   
Text File  |  1997-08-25  |  4KB  |  191 lines

  1. object Searchform: TSearchform
  2.   Left = 279
  3.   Top = 288
  4.   HorzScrollBar.Visible = False
  5.   ActiveControl = SearchFor
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   AutoScroll = False
  8.   Caption = 'Find file'
  9.   ClientHeight = 242
  10.   ClientWidth = 383
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnResize = FormResize
  23.   PixelsPerInch = 116
  24.   TextHeight = 16
  25.   object Label1: TLabel
  26.     Left = 10
  27.     Top = 64
  28.     Width = 65
  29.     Height = 16
  30.     Caption = 'Scanning...'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object DirLabel: TLabel
  39.     Left = 10
  40.     Top = 80
  41.     Width = 18
  42.     Height = 16
  43.     Caption = 'C:\'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object Label2: TLabel
  52.     Left = 8
  53.     Top = 15
  54.     Width = 61
  55.     Height = 16
  56.     Caption = 'Search for'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object SearchFor: TEdit
  65.     Left = 8
  66.     Top = 32
  67.     Width = 185
  68.     Height = 24
  69.     HelpContext = 910
  70.     TabOrder = 0
  71.   end
  72.   object FoundFiles: TListView
  73.     Left = 0
  74.     Top = 103
  75.     Width = 383
  76.     Height = 120
  77.     Align = alBottom
  78.     OnDblClick = Open1Click
  79.     Columns = <
  80.       item
  81.         Caption = 'Filename'
  82.         Width = 100
  83.       end
  84.       item
  85.         Caption = 'Type'
  86.         Width = 90
  87.       end
  88.       item
  89.         Caption = 'Path'
  90.         Width = 120
  91.       end
  92.       item
  93.         Alignment = taRightJustify
  94.         Caption = 'Size'
  95.       end>
  96.     AllocBy = 5
  97.     MultiSelect = True
  98.     PopupMenu = FindPopup
  99.     TabOrder = 1
  100.     ViewStyle = vsReport
  101.     Visible = False
  102.   end
  103.   object FindStatusBar: TStatusBar
  104.     Left = 0
  105.     Top = 223
  106.     Width = 383
  107.     Height = 19
  108.     Panels = <
  109.       item
  110.         Text = '0 File(s) found'
  111.         Width = 50
  112.       end>
  113.     SimplePanel = False
  114.     Visible = False
  115.   end
  116.   object Panel1: TPanel
  117.     Left = 283
  118.     Top = 0
  119.     Width = 100
  120.     Height = 103
  121.     Align = alRight
  122.     BevelOuter = bvNone
  123.     TabOrder = 3
  124.     object BtnFind: TButton
  125.       Left = 17
  126.       Top = 8
  127.       Width = 75
  128.       Height = 25
  129.       HelpContext = 920
  130.       Caption = 'Find'
  131.       Default = True
  132.       ModalResult = 1
  133.       TabOrder = 0
  134.       OnClick = BtnFindClick
  135.     end
  136.     object CancelBtn: TButton
  137.       Left = 17
  138.       Top = 40
  139.       Width = 75
  140.       Height = 25
  141.       HelpContext = 930
  142.       Cancel = True
  143.       Caption = 'Stop'
  144.       Font.Charset = DEFAULT_CHARSET
  145.       Font.Color = clWindowText
  146.       Font.Height = -11
  147.       Font.Name = 'MS Sans Serif'
  148.       Font.Style = []
  149.       ModalResult = 2
  150.       ParentFont = False
  151.       TabOrder = 1
  152.       OnClick = CancelBtnClick
  153.     end
  154.     object btnClose: TButton
  155.       Left = 17
  156.       Top = 72
  157.       Width = 75
  158.       Height = 25
  159.       HelpContext = 940
  160.       Caption = 'Close'
  161.       TabOrder = 2
  162.       OnClick = btnCloseClick
  163.     end
  164.   end
  165.   object FindPopup: TPopupMenu
  166.     OnPopup = FindPopupPopup
  167.     Left = 96
  168.     object Open1: TMenuItem
  169.       Caption = '&Open'
  170.       Default = True
  171.       OnClick = Open1Click
  172.     end
  173.     object N1: TMenuItem
  174.       Caption = '-'
  175.     end
  176.     object Addtomenu1: TMenuItem
  177.       Caption = 'Add to menu'
  178.       Visible = False
  179.       OnClick = Addtomenu1Click
  180.     end
  181.     object Delete1: TMenuItem
  182.       Caption = '&Delete'
  183.       OnClick = Delete1Click
  184.     end
  185.   end
  186.   object ListImages: TImageList
  187.     Left = 224
  188.     Top = 8
  189.   end
  190. end
  191.